Html Css Color HEX #D95F74 Cranberry

📋 copy color: '#D95F74'

red 217 ◦ green 95 ◦ blue 116

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

Shades of Cranberry #D95F74

Tints of Cranberry #D95F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.2%

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 50.7%
G = 22.2%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95F74 (or 0xD95F74) is known color: Cranberry. HEX triplet: D9, 5F and 74. RGB value is (217,95,116). Sum of RGB (Red+Green+Blue) = 217+95+116=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F74 is #26A08B. Grayscale: #858585. Windows color (decimal): -2531468 or 7626713. OLE color: 7626713.

HSL color Cylindrical-coordinate representation of color #D95F74: hue angle of 349.67º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D95F74 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 95 116 -
CMYK 0 0.56 0.47 0.15
HSL 349.67º 0.62% 0.61% -
HSV(B) 349.67º 0.56% 0.85% -
XYZ 35.86 24.2 19.3 -
YUV 133.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 217 95 116 0 0.56 0.47 0.15 349.67 0.62 0.61
Hex D9 5F 74 0 38 2F F 15E 3E 3D
Octal 331 137 164 0 70 57 17 536 76 75
Binary 11011001 1011111 1110100 0 111000 101111 1111 101011110 111110 111101

Color Harmonies of #D95F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F74

Black with #D95F74

Text Example


Text Example

White with #D95F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F74; }

 p { color: rgb(217,95,116); }

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

background-color css

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

 a { background-color: rgb(217,95,116); }

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

border-color css

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

 span { border-color: rgb(217,95,116); }

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