Html Css Color HEX #D64F7E Cranberry

📋 copy color: '#D64F7E'

red 214 ◦ green 79 ◦ blue 126

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

Shades of Cranberry #D64F7E

Tints of Cranberry #D64F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 51.07%
G = 18.85%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D64F7E (or 0xD64F7E) is known color: Cranberry. HEX triplet: D6, 4F and 7E. RGB value is (214,79,126). Sum of RGB (Red+Green+Blue) = 214+79+126=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F7E is #29B081. Grayscale: #7C7C7C. Windows color (decimal): -2732162 or 8277974. OLE color: 8277974.

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

Color convert

RGB 214 79 126 -
CMYK 0 0.63 0.41 0.16
HSL 339.11º 0.62% 0.57% -
HSV(B) 339.11º 0.63% 0.84% -
XYZ 34.29 21.39 22.06 -
YUV 124.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 214 79 126 0 0.63 0.41 0.16 339.11 0.62 0.57
Hex D6 4F 7E 0 3F 29 10 153 3E 39
Octal 326 117 176 0 77 51 20 523 76 71
Binary 11010110 1001111 1111110 0 111111 101001 10000 101010011 111110 111001

Color Harmonies of #D64F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F7E

Black with #D64F7E

Text Example


Text Example

White with #D64F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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