Html Css Color HEX #D64C85 Cranberry

📋 copy color: '#D64C85'

red 214 ◦ green 76 ◦ blue 133

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

Shades of Cranberry #D64C85

Tints of Cranberry #D64C85

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 50.59%
G = 17.97%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D64C85 (or 0xD64C85) is known color: Cranberry. HEX triplet: D6, 4C and 85. RGB value is (214,76,133). Sum of RGB (Red+Green+Blue) = 214+76+133=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C85 is #29B37A. Grayscale: #7B7B7B. Windows color (decimal): -2732923 or 8735958. OLE color: 8735958.

HSL color Cylindrical-coordinate representation of color #D64C85: hue angle of 335.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64C85 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 76 133 -
CMYK 0 0.64 0.38 0.16
HSL 335.22º 0.63% 0.57% -
HSV(B) 335.22º 0.64% 0.84% -
XYZ 34.55 21.16 24.45 -
YUV 123.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 214 76 133 0 0.64 0.38 0.16 335.22 0.63 0.57
Hex D6 4C 85 0 40 26 10 14F 3F 39
Octal 326 114 205 0 100 46 20 517 77 71
Binary 11010110 1001100 10000101 0 1000000 100110 10000 101001111 111111 111001

Color Harmonies of #D64C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C85

Black with #D64C85

Text Example


Text Example

White with #D64C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C85; }

 p { color: rgb(214,76,133); }

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

background-color css

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

 a { background-color: rgb(214,76,133); }

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

border-color css

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

 span { border-color: rgb(214,76,133); }

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