Html Css Color HEX #D64381 Cranberry

📋 copy color: '#D64381'

red 214 ◦ green 67 ◦ blue 129

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

Shades of Cranberry #D64381

Tints of Cranberry #D64381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.34%

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

R = 52.2%
G = 16.34%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64381 (or 0xD64381) is known color: Cranberry. HEX triplet: D6, 43 and 81. RGB value is (214,67,129). Sum of RGB (Red+Green+Blue) = 214+67+129=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D64381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64381 is #29BC7E. Grayscale: #757575. Windows color (decimal): -2735231 or 8471510. OLE color: 8471510.

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

Color convert

RGB 214 67 129 -
CMYK 0 0.69 0.40 0.16
HSL 334.69º 0.64% 0.55% -
HSV(B) 334.69º 0.69% 0.84% -
XYZ 33.7 19.9 22.83 -
YUV 118.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 214 67 129 0 0.69 0.40 0.16 334.69 0.64 0.55
Hex D6 43 81 0 45 28 10 14F 40 37
Octal 326 103 201 0 105 50 20 517 100 67
Binary 11010110 1000011 10000001 0 1000101 101000 10000 101001111 1000000 110111

Color Harmonies of #D64381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64381

Black with #D64381

Text Example


Text Example

White with #D64381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64381; }

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

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

background-color css

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

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

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

border-color css

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

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

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