Html Css Color HEX #D62765 Cerise

📋 copy color: '#D62765'

red 214 ◦ green 39 ◦ blue 101

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

Shades of Cerise #D62765

Tints of Cerise #D62765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 60.45%
G = 11.02%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D62765 (or 0xD62765) is known color: Cerise. HEX triplet: D6, 27 and 65. RGB value is (214,39,101). Sum of RGB (Red+Green+Blue) = 214+39+101=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D62765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62765 is #29D89A. Grayscale: #626262. Windows color (decimal): -2742427 or 6629334. OLE color: 6629334.

HSL color Cylindrical-coordinate representation of color #D62765: hue angle of 338.74º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62765 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 39 101 -
CMYK 0 0.82 0.53 0.16
HSL 338.74º 0.69% 0.5% -
HSV(B) 338.74º 0.82% 0.84% -
XYZ 30.81 16.69 13.91 -
YUV 98.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 214 39 101 0 0.82 0.53 0.16 338.74 0.69 0.5
Hex D6 27 65 0 52 35 10 153 45 32
Octal 326 47 145 0 122 65 20 523 105 62
Binary 11010110 100111 1100101 0 1010010 110101 10000 101010011 1000101 110010

Color Harmonies of #D62765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62765

Black with #D62765

Text Example


Text Example

White with #D62765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62765; }

 p { color: rgb(214,39,101); }

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

background-color css

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

 a { background-color: rgb(214,39,101); }

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

border-color css

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

 span { border-color: rgb(214,39,101); }

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