Html Css Color HEX #D23D72 Cranberry

📋 copy color: '#D23D72'

red 210 ◦ green 61 ◦ blue 114

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

Shades of Cranberry #D23D72

Tints of Cranberry #D23D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 54.55%
G = 15.84%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D23D72 (or 0xD23D72) is known color: Cranberry. HEX triplet: D2, 3D and 72. RGB value is (210,61,114). Sum of RGB (Red+Green+Blue) = 210+61+114=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D72 is #2DC28D. Grayscale: #6F6F6F. Windows color (decimal): -2998926 or 7486930. OLE color: 7486930.

HSL color Cylindrical-coordinate representation of color #D23D72: hue angle of 338.66º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23D72 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 61 114 -
CMYK 0 0.71 0.46 0.18
HSL 338.66º 0.62% 0.53% -
HSV(B) 338.66º 0.71% 0.82% -
XYZ 31.28 18.25 17.79 -
YUV 111.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 210 61 114 0 0.71 0.46 0.18 338.66 0.62 0.53
Hex D2 3D 72 0 47 2E 12 153 3E 35
Octal 322 75 162 0 107 56 22 523 76 65
Binary 11010010 111101 1110010 0 1000111 101110 10010 101010011 111110 110101

Color Harmonies of #D23D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23D72

Black with #D23D72

Text Example


Text Example

White with #D23D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23D72; }

 p { color: rgb(210,61,114); }

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

background-color css

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

 a { background-color: rgb(210,61,114); }

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

border-color css

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

 span { border-color: rgb(210,61,114); }

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