Html Css Color HEX #D23F78 Cranberry

📋 copy color: '#D23F78'

red 210 ◦ green 63 ◦ blue 120

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

Shades of Cranberry #D23F78

Tints of Cranberry #D23F78

RGB

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

 GREEN value IS 63 (25% from 255) = 16.03%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 53.44%
G = 16.03%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D23F78 (or 0xD23F78) is known color: Cranberry. HEX triplet: D2, 3F and 78. RGB value is (210,63,120). Sum of RGB (Red+Green+Blue) = 210+63+120=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23F78 is #2DC087. Grayscale: #717171. Windows color (decimal): -2998408 or 7880658. OLE color: 7880658.

HSL color Cylindrical-coordinate representation of color #D23F78: hue angle of 336.73º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23F78 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 63 120 -
CMYK 0 0.70 0.43 0.18
HSL 336.73º 0.62% 0.54% -
HSV(B) 336.73º 0.7% 0.82% -
XYZ 31.75 18.61 19.69 -
YUV 113.45 131.7 196.87 -
System Red Green Blue C M Y K H S L
Decimal 210 63 120 0 0.70 0.43 0.18 336.73 0.62 0.54
Hex D2 3F 78 0 46 2B 12 151 3E 36
Octal 322 77 170 0 106 53 22 521 76 66
Binary 11010010 111111 1111000 0 1000110 101011 10010 101010001 111110 110110

Color Harmonies of #D23F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23F78

Black with #D23F78

Text Example


Text Example

White with #D23F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23F78; }

 p { color: rgb(210,63,120); }

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

background-color css

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

 a { background-color: rgb(210,63,120); }

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

border-color css

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

 span { border-color: rgb(210,63,120); }

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