Html Css Color HEX #D65D85 Cranberry

📋 copy color: '#D65D85'

red 214 ◦ green 93 ◦ blue 133

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

Shades of Cranberry #D65D85

Tints of Cranberry #D65D85

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.14%

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 48.64%
G = 21.14%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D65D85 (or 0xD65D85) is known color: Cranberry. HEX triplet: D6, 5D and 85. RGB value is (214,93,133). Sum of RGB (Red+Green+Blue) = 214+93+133=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65D85 is #29A27A. Grayscale: #858585. Windows color (decimal): -2728571 or 8740310. OLE color: 8740310.

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

Color convert

RGB 214 93 133 -
CMYK 0 0.57 0.38 0.16
HSL 340.17º 0.6% 0.6% -
HSV(B) 340.17º 0.57% 0.84% -
XYZ 35.88 23.82 24.9 -
YUV 133.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 214 93 133 0 0.57 0.38 0.16 340.17 0.6 0.6
Hex D6 5D 85 0 39 26 10 154 3C 3C
Octal 326 135 205 0 71 46 20 524 74 74
Binary 11010110 1011101 10000101 0 111001 100110 10000 101010100 111100 111100

Color Harmonies of #D65D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D85

Black with #D65D85

Text Example


Text Example

White with #D65D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D85; }

 p { color: rgb(214,93,133); }

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

background-color css

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

 a { background-color: rgb(214,93,133); }

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

border-color css

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

 span { border-color: rgb(214,93,133); }

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