Html Css Color HEX #D64F7D Cranberry

📋 copy color: '#D64F7D'

red 214 ◦ green 79 ◦ blue 125

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

Shades of Cranberry #D64F7D

Tints of Cranberry #D64F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.9%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 51.2%
G = 18.9%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D64F7D (or 0xD64F7D) is known color: Cranberry. HEX triplet: D6, 4F and 7D. RGB value is (214,79,125). Sum of RGB (Red+Green+Blue) = 214+79+125=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F7D is #29B082. Grayscale: #7C7C7C. Windows color (decimal): -2732163 or 8212438. OLE color: 8212438.

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

Color convert

RGB 214 79 125 -
CMYK 0 0.63 0.42 0.16
HSL 339.56º 0.62% 0.57% -
HSV(B) 339.56º 0.63% 0.84% -
XYZ 34.23 21.37 21.72 -
YUV 124.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 214 79 125 0 0.63 0.42 0.16 339.56 0.62 0.57
Hex D6 4F 7D 0 3F 2A 10 154 3E 39
Octal 326 117 175 0 77 52 20 524 76 71
Binary 11010110 1001111 1111101 0 111111 101010 10000 101010100 111110 111001

Color Harmonies of #D64F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F7D

Black with #D64F7D

Text Example


Text Example

White with #D64F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F7D; }

 p { color: rgb(214,79,125); }

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

background-color css

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

 a { background-color: rgb(214,79,125); }

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

border-color css

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

 span { border-color: rgb(214,79,125); }

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