Html Css Color HEX #D23F75 Cranberry

📋 copy color: '#D23F75'

red 210 ◦ green 63 ◦ blue 117

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

Shades of Cranberry #D23F75

Tints of Cranberry #D23F75

RGB

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

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

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

R = 53.85%
G = 16.15%
B = 30%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D23F75 (or 0xD23F75) is known color: Cranberry. HEX triplet: D2, 3F and 75. RGB value is (210,63,117). Sum of RGB (Red+Green+Blue) = 210+63+117=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23F75 is #2DC08A. Grayscale: #717171. Windows color (decimal): -2998411 or 7684050. OLE color: 7684050.

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

Color convert

RGB 210 63 117 -
CMYK 0 0.70 0.44 0.18
HSL 337.96º 0.62% 0.54% -
HSV(B) 337.96º 0.7% 0.82% -
XYZ 31.57 18.54 18.74 -
YUV 113.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 210 63 117 0 0.70 0.44 0.18 337.96 0.62 0.54
Hex D2 3F 75 0 46 2C 12 152 3E 36
Octal 322 77 165 0 106 54 22 522 76 66
Binary 11010010 111111 1110101 0 1000110 101100 10010 101010010 111110 110110

Color Harmonies of #D23F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23F75

Black with #D23F75

Text Example


Text Example

White with #D23F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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