Html Css Color HEX #D64C7D Cranberry

📋 copy color: '#D64C7D'

red 214 ◦ green 76 ◦ blue 125

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

Shades of Cranberry #D64C7D

Tints of Cranberry #D64C7D

RGB

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

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

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

R = 51.57%
G = 18.31%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D64C7D (or 0xD64C7D) is known color: Cranberry. HEX triplet: D6, 4C and 7D. RGB value is (214,76,125). Sum of RGB (Red+Green+Blue) = 214+76+125=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C7D is #29B382. Grayscale: #7A7A7A. Windows color (decimal): -2732931 or 8211670. OLE color: 8211670.

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

Color convert

RGB 214 76 125 -
CMYK 0 0.64 0.42 0.16
HSL 338.7º 0.63% 0.57% -
HSV(B) 338.7º 0.64% 0.84% -
XYZ 34.02 20.95 21.65 -
YUV 122.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 214 76 125 0 0.64 0.42 0.16 338.7 0.63 0.57
Hex D6 4C 7D 0 40 2A 10 153 3F 39
Octal 326 114 175 0 100 52 20 523 77 71
Binary 11010110 1001100 1111101 0 1000000 101010 10000 101010011 111111 111001

Color Harmonies of #D64C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C7D

Black with #D64C7D

Text Example


Text Example

White with #D64C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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