Html Css Color HEX #D65574 Cranberry

📋 copy color: '#D65574'

red 214 ◦ green 85 ◦ blue 116

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

Shades of Cranberry #D65574

Tints of Cranberry #D65574

RGB

 RED value IS 214 (83.98% from 255) = 51.57%

 GREEN value IS 85 (33.59% from 255) = 20.48%

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

R = 51.57%
G = 20.48%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D65574 (or 0xD65574) is known color: Cranberry. HEX triplet: D6, 55 and 74. RGB value is (214,85,116). Sum of RGB (Red+Green+Blue) = 214+85+116=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D65574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65574 is #29AA8B. Grayscale: #7F7F7F. Windows color (decimal): -2730636 or 7624150. OLE color: 7624150.

HSL color Cylindrical-coordinate representation of color #D65574: hue angle of 345.58º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65574 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 116 -
CMYK 0 0.60 0.46 0.16
HSL 345.58º 0.61% 0.59% -
HSV(B) 345.58º 0.6% 0.84% -
XYZ 34.13 22.05 18.98 -
YUV 127.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 214 85 116 0 0.60 0.46 0.16 345.58 0.61 0.59
Hex D6 55 74 0 3C 2E 10 15A 3D 3B
Octal 326 125 164 0 74 56 20 532 75 73
Binary 11010110 1010101 1110100 0 111100 101110 10000 101011010 111101 111011

Color Harmonies of #D65574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65574

Black with #D65574

Text Example


Text Example

White with #D65574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65574; }

 p { color: rgb(214,85,116); }

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

background-color css

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

 a { background-color: rgb(214,85,116); }

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

border-color css

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

 span { border-color: rgb(214,85,116); }

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