Html Css Color HEX #D65183 Cranberry

📋 copy color: '#D65183'

red 214 ◦ green 81 ◦ blue 131

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

Shades of Cranberry #D65183

Tints of Cranberry #D65183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 50.23%
G = 19.01%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D65183 (or 0xD65183) is known color: Cranberry. HEX triplet: D6, 51 and 83. RGB value is (214,81,131). Sum of RGB (Red+Green+Blue) = 214+81+131=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D65183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65183 is #29AE7C. Grayscale: #7E7E7E. Windows color (decimal): -2731645 or 8606166. OLE color: 8606166.

HSL color Cylindrical-coordinate representation of color #D65183: hue angle of 337.44º 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 #D65183 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 131 -
CMYK 0 0.62 0.39 0.16
HSL 337.44º 0.62% 0.58% -
HSV(B) 337.44º 0.62% 0.84% -
XYZ 34.77 21.82 23.85 -
YUV 126.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 214 81 131 0 0.62 0.39 0.16 337.44 0.62 0.58
Hex D6 51 83 0 3E 27 10 151 3E 3A
Octal 326 121 203 0 76 47 20 521 76 72
Binary 11010110 1010001 10000011 0 111110 100111 10000 101010001 111110 111010

Color Harmonies of #D65183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65183

Black with #D65183

Text Example


Text Example

White with #D65183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65183; }

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

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

background-color css

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

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

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

border-color css

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

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

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