Html Css Color HEX #D64481 Cranberry

📋 copy color: '#D64481'

red 214 ◦ green 68 ◦ blue 129

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

Shades of Cranberry #D64481

Tints of Cranberry #D64481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.55%

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

R = 52.07%
G = 16.55%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64481 (or 0xD64481) is known color: Cranberry. HEX triplet: D6, 44 and 81. RGB value is (214,68,129). Sum of RGB (Red+Green+Blue) = 214+68+129=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D64481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64481 is #29BB7E. Grayscale: #767676. Windows color (decimal): -2734975 or 8471766. OLE color: 8471766.

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

Color convert

RGB 214 68 129 -
CMYK 0 0.68 0.40 0.16
HSL 334.93º 0.64% 0.55% -
HSV(B) 334.93º 0.68% 0.84% -
XYZ 33.76 20.02 22.85 -
YUV 118.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 214 68 129 0 0.68 0.40 0.16 334.93 0.64 0.55
Hex D6 44 81 0 44 28 10 14F 40 37
Octal 326 104 201 0 104 50 20 517 100 67
Binary 11010110 1000100 10000001 0 1000100 101000 10000 101001111 1000000 110111

Color Harmonies of #D64481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64481

Black with #D64481

Text Example


Text Example

White with #D64481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64481; }

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

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

background-color css

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

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

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

border-color css

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

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

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