Html Css Color HEX #D65675 Cranberry

📋 copy color: '#D65675'

red 214 ◦ green 86 ◦ blue 117

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

Shades of Cranberry #D65675

Tints of Cranberry #D65675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.62%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 51.32%
G = 20.62%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D65675 (or 0xD65675) is known color: Cranberry. HEX triplet: D6, 56 and 75. RGB value is (214,86,117). Sum of RGB (Red+Green+Blue) = 214+86+117=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D65675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65675 is #29A98A. Grayscale: #7F7F7F. Windows color (decimal): -2730379 or 7689942. OLE color: 7689942.

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

Color convert

RGB 214 86 117 -
CMYK 0 0.60 0.45 0.16
HSL 345.47º 0.61% 0.59% -
HSV(B) 345.47º 0.6% 0.84% -
XYZ 34.27 22.24 19.32 -
YUV 127.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 214 86 117 0 0.60 0.45 0.16 345.47 0.61 0.59
Hex D6 56 75 0 3C 2D 10 159 3D 3B
Octal 326 126 165 0 74 55 20 531 75 73
Binary 11010110 1010110 1110101 0 111100 101101 10000 101011001 111101 111011

Color Harmonies of #D65675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65675

Black with #D65675

Text Example


Text Example

White with #D65675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65675; }

 p { color: rgb(214,86,117); }

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

background-color css

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

 a { background-color: rgb(214,86,117); }

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

border-color css

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

 span { border-color: rgb(214,86,117); }

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