Html Css Color HEX #D64681 Cranberry

📋 copy color: '#D64681'

red 214 ◦ green 70 ◦ blue 129

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

Shades of Cranberry #D64681

Tints of Cranberry #D64681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.95%

 BLUE value IS 129 (50.78% from 255) = 31.23%

R = 51.82%
G = 16.95%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64681 (or 0xD64681) is known color: Cranberry. HEX triplet: D6, 46 and 81. RGB value is (214,70,129). Sum of RGB (Red+Green+Blue) = 214+70+129=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D64681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64681 is #29B97E. Grayscale: #777777. Windows color (decimal): -2734463 or 8472278. OLE color: 8472278.

HSL color Cylindrical-coordinate representation of color #D64681: hue angle of 335.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64681 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 70 129 -
CMYK 0 0.67 0.40 0.16
HSL 335.42º 0.64% 0.56% -
HSV(B) 335.42º 0.67% 0.84% -
XYZ 33.88 20.26 22.89 -
YUV 119.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 214 70 129 0 0.67 0.40 0.16 335.42 0.64 0.56
Hex D6 46 81 0 43 28 10 14F 40 38
Octal 326 106 201 0 103 50 20 517 100 70
Binary 11010110 1000110 10000001 0 1000011 101000 10000 101001111 1000000 111000

Color Harmonies of #D64681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64681

Black with #D64681

Text Example


Text Example

White with #D64681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64681; }

 p { color: rgb(214,70,129); }

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

background-color css

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

 a { background-color: rgb(214,70,129); }

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

border-color css

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

 span { border-color: rgb(214,70,129); }

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