Html Css Color HEX #D65F85 Cranberry

📋 copy color: '#D65F85'

red 214 ◦ green 95 ◦ blue 133

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

Shades of Cranberry #D65F85

Tints of Cranberry #D65F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

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

R = 48.42%
G = 21.49%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D65F85 (or 0xD65F85) is known color: Cranberry. HEX triplet: D6, 5F and 85. RGB value is (214,95,133). Sum of RGB (Red+Green+Blue) = 214+95+133=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65F85 is #29A07A. Grayscale: #868686. Windows color (decimal): -2728059 or 8740822. OLE color: 8740822.

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

Color convert

RGB 214 95 133 -
CMYK 0 0.56 0.38 0.16
HSL 340.84º 0.59% 0.61% -
HSV(B) 340.84º 0.56% 0.84% -
XYZ 36.06 24.17 24.96 -
YUV 134.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 214 95 133 0 0.56 0.38 0.16 340.84 0.59 0.61
Hex D6 5F 85 0 38 26 10 155 3B 3D
Octal 326 137 205 0 70 46 20 525 73 75
Binary 11010110 1011111 10000101 0 111000 100110 10000 101010101 111011 111101

Color Harmonies of #D65F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F85

Black with #D65F85

Text Example


Text Example

White with #D65F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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