Html Css Color HEX #D65180 Cranberry

📋 copy color: '#D65180'

red 214 ◦ green 81 ◦ blue 128

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

Shades of Cranberry #D65180

Tints of Cranberry #D65180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.15%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 50.59%
G = 19.15%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D65180 (or 0xD65180) is known color: Cranberry. HEX triplet: D6, 51 and 80. RGB value is (214,81,128). Sum of RGB (Red+Green+Blue) = 214+81+128=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D65180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65180 is #29AE7F. Grayscale: #7E7E7E. Windows color (decimal): -2731648 or 8409558. OLE color: 8409558.

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

Color convert

RGB 214 81 128 -
CMYK 0 0.62 0.40 0.16
HSL 338.8º 0.62% 0.58% -
HSV(B) 338.8º 0.62% 0.84% -
XYZ 34.57 21.74 22.8 -
YUV 126.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 214 81 128 0 0.62 0.40 0.16 338.8 0.62 0.58
Hex D6 51 80 0 3E 28 10 153 3E 3A
Octal 326 121 200 0 76 50 20 523 76 72
Binary 11010110 1010001 10000000 0 111110 101000 10000 101010011 111110 111010

Color Harmonies of #D65180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65180

Black with #D65180

Text Example


Text Example

White with #D65180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65180; }

 p { color: rgb(214,81,128); }

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

background-color css

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

 a { background-color: rgb(214,81,128); }

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

border-color css

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

 span { border-color: rgb(214,81,128); }

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