Html Css Color HEX #D94280 Cranberry

📋 copy color: '#D94280'

red 217 ◦ green 66 ◦ blue 128

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

Shades of Cranberry #D94280

Tints of Cranberry #D94280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.06%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 52.8%
G = 16.06%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D94280 (or 0xD94280) is known color: Cranberry. HEX triplet: D9, 42 and 80. RGB value is (217,66,128). Sum of RGB (Red+Green+Blue) = 217+66+128=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D94280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94280 is #26BD7F. Grayscale: #767676. Windows color (decimal): -2538880 or 8405721. OLE color: 8405721.

HSL color Cylindrical-coordinate representation of color #D94280: hue angle of 335.36º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94280 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 128 -
CMYK 0 0.70 0.41 0.15
HSL 335.36º 0.67% 0.55% -
HSV(B) 335.36º 0.7% 0.85% -
XYZ 34.46 20.21 22.51 -
YUV 118.22 133.53 198.46 -
System Red Green Blue C M Y K H S L
Decimal 217 66 128 0 0.70 0.41 0.15 335.36 0.67 0.55
Hex D9 42 80 0 46 29 F 14F 43 37
Octal 331 102 200 0 106 51 17 517 103 67
Binary 11011001 1000010 10000000 0 1000110 101001 1111 101001111 1000011 110111

Color Harmonies of #D94280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94280

Black with #D94280

Text Example


Text Example

White with #D94280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94280; }

 p { color: rgb(217,66,128); }

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

background-color css

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

 a { background-color: rgb(217,66,128); }

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

border-color css

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

 span { border-color: rgb(217,66,128); }

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