Html Css Color HEX #D66085 Cranberry

📋 copy color: '#D66085'

red 214 ◦ green 96 ◦ blue 133

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

Shades of Cranberry #D66085

Tints of Cranberry #D66085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.67%

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

R = 48.31%
G = 21.67%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D66085 (or 0xD66085) is known color: Cranberry. HEX triplet: D6, 60 and 85. RGB value is (214,96,133). Sum of RGB (Red+Green+Blue) = 214+96+133=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D66085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66085 is #299F7A. Grayscale: #878787. Windows color (decimal): -2727803 or 8741078. OLE color: 8741078.

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

Color convert

RGB 214 96 133 -
CMYK 0 0.55 0.38 0.16
HSL 341.19º 0.59% 0.61% -
HSV(B) 341.19º 0.55% 0.84% -
XYZ 36.15 24.36 24.99 -
YUV 135.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 214 96 133 0 0.55 0.38 0.16 341.19 0.59 0.61
Hex D6 60 85 0 37 26 10 155 3B 3D
Octal 326 140 205 0 67 46 20 525 73 75
Binary 11010110 1100000 10000101 0 110111 100110 10000 101010101 111011 111101

Color Harmonies of #D66085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66085

Black with #D66085

Text Example


Text Example

White with #D66085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66085; }

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

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

background-color css

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

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

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

border-color css

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

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

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