Html Css Color HEX #D65481 Cranberry

📋 copy color: '#D65481'

red 214 ◦ green 84 ◦ blue 129

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

Shades of Cranberry #D65481

Tints of Cranberry #D65481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

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

R = 50.12%
G = 19.67%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D65481 (or 0xD65481) is known color: Cranberry. HEX triplet: D6, 54 and 81. RGB value is (214,84,129). Sum of RGB (Red+Green+Blue) = 214+84+129=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D65481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65481 is #29AB7E. Grayscale: #7F7F7F. Windows color (decimal): -2730879 or 8475862. OLE color: 8475862.

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

Color convert

RGB 214 84 129 -
CMYK 0 0.61 0.40 0.16
HSL 339.23º 0.61% 0.58% -
HSV(B) 339.23º 0.61% 0.84% -
XYZ 34.86 22.22 23.22 -
YUV 128 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 214 84 129 0 0.61 0.40 0.16 339.23 0.61 0.58
Hex D6 54 81 0 3D 28 10 153 3D 3A
Octal 326 124 201 0 75 50 20 523 75 72
Binary 11010110 1010100 10000001 0 111101 101000 10000 101010011 111101 111010

Color Harmonies of #D65481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65481

Black with #D65481

Text Example


Text Example

White with #D65481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65481; }

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

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

background-color css

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

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

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

border-color css

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

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

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