Html Css Color HEX #D94875 Cranberry

📋 copy color: '#D94875'

red 217 ◦ green 72 ◦ blue 117

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

Shades of Cranberry #D94875

Tints of Cranberry #D94875

RGB

 RED value IS 217 (85.16% from 255) = 53.45%

 GREEN value IS 72 (28.52% from 255) = 17.73%

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

R = 53.45%
G = 17.73%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D94875 (or 0xD94875) is known color: Cranberry. HEX triplet: D9, 48 and 75. RGB value is (217,72,117). Sum of RGB (Red+Green+Blue) = 217+72+117=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D94875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94875 is #26B78A. Grayscale: #787878. Windows color (decimal): -2537355 or 7686361. OLE color: 7686361.

HSL color Cylindrical-coordinate representation of color #D94875: hue angle of 341.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94875 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 117 -
CMYK 0 0.67 0.46 0.15
HSL 341.38º 0.66% 0.57% -
HSV(B) 341.38º 0.67% 0.85% -
XYZ 34.14 20.67 19.02 -
YUV 120.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 217 72 117 0 0.67 0.46 0.15 341.38 0.66 0.57
Hex D9 48 75 0 43 2E F 155 42 39
Octal 331 110 165 0 103 56 17 525 102 71
Binary 11011001 1001000 1110101 0 1000011 101110 1111 101010101 1000010 111001

Color Harmonies of #D94875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94875

Black with #D94875

Text Example


Text Example

White with #D94875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94875; }

 p { color: rgb(217,72,117); }

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

background-color css

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

 a { background-color: rgb(217,72,117); }

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

border-color css

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

 span { border-color: rgb(217,72,117); }

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