Html Css Color HEX #D65286 Cranberry

📋 copy color: '#D65286'

red 214 ◦ green 82 ◦ blue 134

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

Shades of Cranberry #D65286

Tints of Cranberry #D65286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.07%

 BLUE value IS 134 (52.73% from 255) = 31.16%

R = 49.77%
G = 19.07%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D65286 (or 0xD65286) is known color: Cranberry. HEX triplet: D6, 52 and 86. RGB value is (214,82,134). Sum of RGB (Red+Green+Blue) = 214+82+134=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D65286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65286 is #29AD79. Grayscale: #7F7F7F. Windows color (decimal): -2731386 or 8803030. OLE color: 8803030.

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

Color convert

RGB 214 82 134 -
CMYK 0 0.62 0.37 0.16
HSL 336.36º 0.62% 0.58% -
HSV(B) 336.36º 0.62% 0.84% -
XYZ 35.05 22.05 24.96 -
YUV 127.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 214 82 134 0 0.62 0.37 0.16 336.36 0.62 0.58
Hex D6 52 86 0 3E 25 10 150 3E 3A
Octal 326 122 206 0 76 45 20 520 76 72
Binary 11010110 1010010 10000110 0 111110 100101 10000 101010000 111110 111010

Color Harmonies of #D65286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65286

Black with #D65286

Text Example


Text Example

White with #D65286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65286; }

 p { color: rgb(214,82,134); }

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

background-color css

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

 a { background-color: rgb(214,82,134); }

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

border-color css

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

 span { border-color: rgb(214,82,134); }

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