Html Css Color HEX #D95274 Cranberry

📋 copy color: '#D95274'

red 217 ◦ green 82 ◦ blue 116

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

Shades of Cranberry #D95274

Tints of Cranberry #D95274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.76%

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

R = 52.29%
G = 19.76%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95274 (or 0xD95274) is known color: Cranberry. HEX triplet: D9, 52 and 74. RGB value is (217,82,116). Sum of RGB (Red+Green+Blue) = 217+82+116=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D95274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95274 is #26AD8B. Grayscale: #7E7E7E. Windows color (decimal): -2534796 or 7623385. OLE color: 7623385.

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

Color convert

RGB 217 82 116 -
CMYK 0 0.62 0.47 0.15
HSL 344.89º 0.64% 0.59% -
HSV(B) 344.89º 0.62% 0.85% -
XYZ 34.78 22.05 18.95 -
YUV 126.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 217 82 116 0 0.62 0.47 0.15 344.89 0.64 0.59
Hex D9 52 74 0 3E 2F F 159 40 3B
Octal 331 122 164 0 76 57 17 531 100 73
Binary 11011001 1010010 1110100 0 111110 101111 1111 101011001 1000000 111011

Color Harmonies of #D95274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95274

Black with #D95274

Text Example


Text Example

White with #D95274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95274; }

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

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

background-color css

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

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

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

border-color css

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

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

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