Html Css Color HEX #D64B7F Cranberry

📋 copy color: '#D64B7F'

red 214 ◦ green 75 ◦ blue 127

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

Shades of Cranberry #D64B7F

Tints of Cranberry #D64B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.53%

R = 51.44%
G = 18.03%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D64B7F (or 0xD64B7F) is known color: Cranberry. HEX triplet: D6, 4B and 7F. RGB value is (214,75,127). Sum of RGB (Red+Green+Blue) = 214+75+127=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B7F is #29B480. Grayscale: #7A7A7A. Windows color (decimal): -2733185 or 8342486. OLE color: 8342486.

HSL color Cylindrical-coordinate representation of color #D64B7F: hue angle of 337.55º 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 #D64B7F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 75 127 -
CMYK 0 0.65 0.41 0.16
HSL 337.55º 0.63% 0.57% -
HSV(B) 337.55º 0.65% 0.84% -
XYZ 34.08 20.86 22.31 -
YUV 122.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 214 75 127 0 0.65 0.41 0.16 337.55 0.63 0.57
Hex D6 4B 7F 0 41 29 10 152 3F 39
Octal 326 113 177 0 101 51 20 522 77 71
Binary 11010110 1001011 1111111 0 1000001 101001 10000 101010010 111111 111001

Color Harmonies of #D64B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B7F

Black with #D64B7F

Text Example


Text Example

White with #D64B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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