Html Css Color HEX #D64B7C Cranberry

📋 copy color: '#D64B7C'

red 214 ◦ green 75 ◦ blue 124

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

Shades of Cranberry #D64B7C

Tints of Cranberry #D64B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.16%

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 51.82%
G = 18.16%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D64B7C (or 0xD64B7C) is known color: Cranberry. HEX triplet: D6, 4B and 7C. RGB value is (214,75,124). Sum of RGB (Red+Green+Blue) = 214+75+124=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B7C is #29B483. Grayscale: #7A7A7A. Windows color (decimal): -2733188 or 8145878. OLE color: 8145878.

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

Color convert

RGB 214 75 124 -
CMYK 0 0.65 0.42 0.16
HSL 338.85º 0.63% 0.57% -
HSV(B) 338.85º 0.65% 0.84% -
XYZ 33.89 20.78 21.29 -
YUV 122.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 214 75 124 0 0.65 0.42 0.16 338.85 0.63 0.57
Hex D6 4B 7C 0 41 2A 10 153 3F 39
Octal 326 113 174 0 101 52 20 523 77 71
Binary 11010110 1001011 1111100 0 1000001 101010 10000 101010011 111111 111001

Color Harmonies of #D64B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B7C

Black with #D64B7C

Text Example


Text Example

White with #D64B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B7C; }

 p { color: rgb(214,75,124); }

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

background-color css

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

 a { background-color: rgb(214,75,124); }

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

border-color css

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

 span { border-color: rgb(214,75,124); }

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