Html Css Color HEX #D25E7F Cranberry

📋 copy color: '#D25E7F'

red 210 ◦ green 94 ◦ blue 127

#D25E7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D25E7F

Tints of Cranberry #D25E7F

RGB

 RED value IS 210 (82.42% from 255) = 48.72%

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 48.72%
G = 21.81%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D25E7F (or 0xD25E7F) is known color: Cranberry. HEX triplet: D2, 5E and 7F. RGB value is (210,94,127). Sum of RGB (Red+Green+Blue) = 210+94+127=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E7F is #2DA180. Grayscale: #848484. Windows color (decimal): -2990465 or 8347346. OLE color: 8347346.

HSL color Cylindrical-coordinate representation of color #D25E7F: hue angle of 342.93º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25E7F is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 94 127 -
CMYK 0 0.55 0.40 0.18
HSL 342.93º 0.56% 0.6% -
HSV(B) 342.93º 0.55% 0.82% -
XYZ 34.41 23.24 22.75 -
YUV 132.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 210 94 127 0 0.55 0.40 0.18 342.93 0.56 0.6
Hex D2 5E 7F 0 37 28 12 157 38 3C
Octal 322 136 177 0 67 50 22 527 70 74
Binary 11010010 1011110 1111111 0 110111 101000 10010 101010111 111000 111100

Color Harmonies of #D25E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E7F

Black with #D25E7F

Text Example


Text Example

White with #D25E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E7F; }

 p { color: rgb(210,94,127); }

 H1.HeaderClassName
 {
   color: #D25E7F;
 }
 .AnyTagClassName
 {
   color: #D25E7F;
 }
</style>

background-color css

<style>
 a { background-color: #D25E7F; }

 a { background-color: rgb(210,94,127); }

 div.DivClassName
 {
   background-color: #D25E7F;
 }
 .BgClassName
 {
   background-color: #D25E7F;
 }
</style>

border-color css

<style>
 span { border-color: #D25E7F; }

 span { border-color: rgb(210,94,127); }

 td.TdClassName
 {
   border-color: #D25E7F;
 }
 .TagClassName
 {
   border-color: #D25E7F;
 }
</style>