Html Css Color HEX #D64C7E Cranberry

📋 copy color: '#D64C7E'

red 214 ◦ green 76 ◦ blue 126

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

Shades of Cranberry #D64C7E

Tints of Cranberry #D64C7E

RGB

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

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

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

R = 51.44%
G = 18.27%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D64C7E (or 0xD64C7E) is known color: Cranberry. HEX triplet: D6, 4C and 7E. RGB value is (214,76,126). Sum of RGB (Red+Green+Blue) = 214+76+126=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C7E is #29B381. Grayscale: #7A7A7A. Windows color (decimal): -2732930 or 8277206. OLE color: 8277206.

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

Color convert

RGB 214 76 126 -
CMYK 0 0.64 0.41 0.16
HSL 338.26º 0.63% 0.57% -
HSV(B) 338.26º 0.64% 0.84% -
XYZ 34.08 20.97 21.99 -
YUV 122.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 214 76 126 0 0.64 0.41 0.16 338.26 0.63 0.57
Hex D6 4C 7E 0 40 29 10 152 3F 39
Octal 326 114 176 0 100 51 20 522 77 71
Binary 11010110 1001100 1111110 0 1000000 101001 10000 101010010 111111 111001

Color Harmonies of #D64C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C7E

Black with #D64C7E

Text Example


Text Example

White with #D64C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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