Html Css Color HEX #D23D75 Cranberry

📋 copy color: '#D23D75'

red 210 ◦ green 61 ◦ blue 117

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

Shades of Cranberry #D23D75

Tints of Cranberry #D23D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 54.12%
G = 15.72%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D23D75 (or 0xD23D75) is known color: Cranberry. HEX triplet: D2, 3D and 75. RGB value is (210,61,117). Sum of RGB (Red+Green+Blue) = 210+61+117=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D75 is #2DC28A. Grayscale: #6F6F6F. Windows color (decimal): -2998923 or 7683538. OLE color: 7683538.

HSL color Cylindrical-coordinate representation of color #D23D75: hue angle of 337.45º 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 #D23D75 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 61 117 -
CMYK 0 0.71 0.44 0.18
HSL 337.45º 0.62% 0.53% -
HSV(B) 337.45º 0.71% 0.82% -
XYZ 31.46 18.32 18.71 -
YUV 111.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 210 61 117 0 0.71 0.44 0.18 337.45 0.62 0.53
Hex D2 3D 75 0 47 2C 12 151 3E 35
Octal 322 75 165 0 107 54 22 521 76 65
Binary 11010010 111101 1110101 0 1000111 101100 10010 101010001 111110 110101

Color Harmonies of #D23D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23D75

Black with #D23D75

Text Example


Text Example

White with #D23D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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