Html Css Color HEX #D24E7B Cranberry

📋 copy color: '#D24E7B'

red 210 ◦ green 78 ◦ blue 123

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

Shades of Cranberry #D24E7B

Tints of Cranberry #D24E7B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.98%

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 51.09%
G = 18.98%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D24E7B (or 0xD24E7B) is known color: Cranberry. HEX triplet: D2, 4E and 7B. RGB value is (210,78,123). Sum of RGB (Red+Green+Blue) = 210+78+123=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24E7B is #2DB184. Grayscale: #7A7A7A. Windows color (decimal): -2994565 or 8081106. OLE color: 8081106.

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

Color convert

RGB 210 78 123 -
CMYK 0 0.63 0.41 0.18
HSL 339.55º 0.59% 0.56% -
HSV(B) 339.55º 0.63% 0.82% -
XYZ 32.88 20.58 20.98 -
YUV 122.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 210 78 123 0 0.63 0.41 0.18 339.55 0.59 0.56
Hex D2 4E 7B 0 3F 29 12 154 3B 38
Octal 322 116 173 0 77 51 22 524 73 70
Binary 11010010 1001110 1111011 0 111111 101001 10010 101010100 111011 111000

Color Harmonies of #D24E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24E7B

Black with #D24E7B

Text Example


Text Example

White with #D24E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24E7B; }

 p { color: rgb(210,78,123); }

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

background-color css

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

 a { background-color: rgb(210,78,123); }

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

border-color css

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

 span { border-color: rgb(210,78,123); }

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