Html Css Color HEX #D65081 Cranberry

📋 copy color: '#D65081'

red 214 ◦ green 80 ◦ blue 129

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

Shades of Cranberry #D65081

Tints of Cranberry #D65081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.91%

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

R = 50.59%
G = 18.91%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D65081 (or 0xD65081) is known color: Cranberry. HEX triplet: D6, 50 and 81. RGB value is (214,80,129). Sum of RGB (Red+Green+Blue) = 214+80+129=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D65081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65081 is #29AF7E. Grayscale: #7D7D7D. Windows color (decimal): -2731903 or 8474838. OLE color: 8474838.

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

Color convert

RGB 214 80 129 -
CMYK 0 0.63 0.40 0.16
HSL 338.06º 0.62% 0.58% -
HSV(B) 338.06º 0.63% 0.84% -
XYZ 34.56 21.62 23.12 -
YUV 125.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 214 80 129 0 0.63 0.40 0.16 338.06 0.62 0.58
Hex D6 50 81 0 3F 28 10 152 3E 3A
Octal 326 120 201 0 77 50 20 522 76 72
Binary 11010110 1010000 10000001 0 111111 101000 10000 101010010 111110 111010

Color Harmonies of #D65081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65081

Black with #D65081

Text Example


Text Example

White with #D65081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65081; }

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

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

background-color css

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

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

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

border-color css

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

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

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