Html Css Color HEX #D65A81 Cranberry

📋 copy color: '#D65A81'

red 214 ◦ green 90 ◦ blue 129

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

Shades of Cranberry #D65A81

Tints of Cranberry #D65A81

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.79%

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

R = 49.42%
G = 20.79%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D65A81 (or 0xD65A81) is known color: Cranberry. HEX triplet: D6, 5A and 81. RGB value is (214,90,129). Sum of RGB (Red+Green+Blue) = 214+90+129=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65A81 is #29A57E. Grayscale: #838383. Windows color (decimal): -2729343 or 8477398. OLE color: 8477398.

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

Color convert

RGB 214 90 129 -
CMYK 0 0.58 0.40 0.16
HSL 341.13º 0.6% 0.6% -
HSV(B) 341.13º 0.58% 0.84% -
XYZ 35.35 23.19 23.38 -
YUV 131.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 214 90 129 0 0.58 0.40 0.16 341.13 0.6 0.6
Hex D6 5A 81 0 3A 28 10 155 3C 3C
Octal 326 132 201 0 72 50 20 525 74 74
Binary 11010110 1011010 10000001 0 111010 101000 10000 101010101 111100 111100

Color Harmonies of #D65A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A81

Black with #D65A81

Text Example


Text Example

White with #D65A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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